fix issue with naviguide reader double counting route waypts.
authortsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 1 Sep 2013 18:46:42 +0000 (18:46 +0000)
committertsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 1 Sep 2013 18:46:42 +0000 (18:46 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4587 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/naviguide.cc

index 91735c2ece162753c6120f987ba3f2bd78703dfb..28dc91f6e0603c4cc3239f22ac11d6d054021b17 100644 (file)
@@ -377,7 +377,6 @@ data_read(void)
 
   if (process_rte) {
     rte_head = route_head_alloc();
-    rte_head->rte_waypt_ct = nof_wp;
     route_add_head(rte_head);
   }